-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WebUI] Remove debug feature for vis.js #5994
Conversation
Merged build triggered. |
Merged build started. |
Test build #32168 has started for PR 5994 at commit |
Test build #32168 has finished for PR 5994 at commit
|
Merged build finished. Test FAILed. |
Test FAILed. |
retest this please. |
Merged build triggered. |
Merged build started. |
Test build #32170 has started for PR 5994 at commit |
This won't actually save any space in the repo, since the old bits are going to stay around in the Git history. And it shouldn't make a difference for page load times? If that's the case, is there an issue with leaving it as-is? |
@JoshRosen Thanks for your comment. But in #5947, thare is a suggestion that including |
Yeah right now it actually causes a JS error if you open the developer console because |
Test build #32170 has finished for PR 5994 at commit
|
Merged build finished. Test PASSed. |
Test PASSed. |
SGTM. @andrewor14, want to merge this? |
Ok. Master 1.4. |
`vis.min.js` refers `vis.map` and this even refers `vis.js` which is used for debug `vis.js` but this debug feature is not needed for Spark itself. This issue is really minor so I don't file this in JIRA. /CC andrewor14 Author: Kousuke Saruta <[email protected]> Closes #5994 from sarutak/remove-debug-feature-for-vis and squashes the following commits: 8be038f [Kousuke Saruta] Remove vis.map entry from .rat-exclude 7404945 [Kousuke Saruta] Removed debug feature for vis.js (cherry picked from commit c45c09b) Signed-off-by: Andrew Or <[email protected]>
`vis.min.js` refers `vis.map` and this even refers `vis.js` which is used for debug `vis.js` but this debug feature is not needed for Spark itself. This issue is really minor so I don't file this in JIRA. /CC andrewor14 Author: Kousuke Saruta <[email protected]> Closes apache#5994 from sarutak/remove-debug-feature-for-vis and squashes the following commits: 8be038f [Kousuke Saruta] Remove vis.map entry from .rat-exclude 7404945 [Kousuke Saruta] Removed debug feature for vis.js
`vis.min.js` refers `vis.map` and this even refers `vis.js` which is used for debug `vis.js` but this debug feature is not needed for Spark itself. This issue is really minor so I don't file this in JIRA. /CC andrewor14 Author: Kousuke Saruta <[email protected]> Closes apache#5994 from sarutak/remove-debug-feature-for-vis and squashes the following commits: 8be038f [Kousuke Saruta] Remove vis.map entry from .rat-exclude 7404945 [Kousuke Saruta] Removed debug feature for vis.js
`vis.min.js` refers `vis.map` and this even refers `vis.js` which is used for debug `vis.js` but this debug feature is not needed for Spark itself. This issue is really minor so I don't file this in JIRA. /CC andrewor14 Author: Kousuke Saruta <[email protected]> Closes apache#5994 from sarutak/remove-debug-feature-for-vis and squashes the following commits: 8be038f [Kousuke Saruta] Remove vis.map entry from .rat-exclude 7404945 [Kousuke Saruta] Removed debug feature for vis.js
vis.min.js
refersvis.map
and this even refersvis.js
which is used for debugvis.js
but this debug feature is not needed for Spark itself.This issue is really minor so I don't file this in JIRA.
/CC @andrewor14